home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
runtime
/
lib32
/
readme.txt
< prev
next >
Wrap
Text File
|
1996-05-03
|
549b
|
21 lines
REGISTERING OCX CONTROLS
------------------------
Before you can use an application that uses any OCX files you must register
them in the system registry. This is done using the REGSVR32 utility.
REGSVR32 [/u] filename
The REGSVR32 syntax has these parts:
PART DESCRIPTION
/u Unregisters an OLE server, OLE DLL, or an OLE control.
filename The name of the file you want to register or unregister.
REMARKS
A success or failure dialog box will be displayed upon completion.